home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / DefineSprite_870 / frame_16 / PlaceObject2_838_104 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-03-17  |  182b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused == false)
  3.    {
  4.       play();
  5.       head.play();
  6.    }
  7.    if(_root.paused == true)
  8.    {
  9.       stop();
  10.       head.stop();
  11.    }
  12. }
  13.